PDF4Java Reference Documentation
com.o2sol.pdf4java.core Package / PDFFileEx Class / setFieldValue Method
Field to set
Value to set on the field.
In This Topic
    setFieldValue Method
    In This Topic
    Sets the given field with the specified value.
    Syntax
    public void setFieldValue( 
       java.lang.String fieldName,
       java.lang.Object value
    )

    Parameters

    fieldName
    Field to set
    value
    Value to set on the field.
    See Also